cody - HTMLify profile

cody
4270 Files
632080 Views
Latest files of /cody/vishal-dcode/Live User Filter
const result = document.getElementById("result");
const filter = document.getElementById("filter");
const listItems = [];
getData();
async function getData() {
const res = await fetch("https://randomuser.me/api/?results=150&gender=male");
const filter = document.getElementById("filter");
const listItems = [];
getData();
async function getData() {
const res = await fetch("https://randomuser.me/api/?results=150&gender=male");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {